home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / lingo.ini < prev    next >
Text File  |  2004-06-24  |  532b  |  19 lines

  1. on startup
  2.  
  3.  
  4. --the debugplaybackenabled=TRUE
  5.     if string(0.0)="a" then nothing
  6.      --Fix problem with sounds not playing
  7.      --if Intel RSX is installed
  8.    set the soundkeepdevice to 0
  9.   -- beep
  10.   -- Added to look for files in the "media" 
  11.   -- subdirectory
  12.   global tbsearchpath
  13.   set tbsearchpath=[]
  14.   append(tbsearchpath, the applicationPath & "movies\")
  15.   append(tbsearchpath, the applicationPath & "downloads\")
  16.   
  17.   extCastPad = the applicationpath & "casts"
  18.   add the searchPaths, extCastPad
  19. end startup